PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFBaseDigitalSignature Class / setContactInfo Method
Information provided by the signer to enable a recipient to contact the signer to verify the signature.
In This Topic
    setContactInfo Method
    In This Topic
    Sets the contact information.
    This property should not be set for signatures.
    Syntax
    public void setContactInfo( 
       java.lang.String contactInfo
    )

    Parameters

    contactInfo
    Information provided by the signer to enable a recipient to contact the signer to verify the signature.
    See Also